﻿﻿*{
  
}
@font-face {
  font-family: 'iconfont';  /* Project id 2376408 */
  src: url('//at.alicdn.com/t/c/font_2376408_ovk7rwvho9s.woff2?t=1713597991393') format('woff2'),
       url('//at.alicdn.com/t/c/font_2376408_ovk7rwvho9s.woff?t=1713597991393') format('woff'),
       url('//at.alicdn.com/t/c/font_2376408_ovk7rwvho9s.ttf?t=1713597991393') format('truetype');
}
@font-face {
  font-family: 'Gilroy-L';
  src: url("../fonts/Gilroy-Light.otf");
}

@font-face {
  font-family: 'Gilroy-B';
  src: url("../fonts/gilroyb.woff");
}

@font-face {
  font-family: 'Gilroy-M';
  src: url("../fonts/Gilroy-Medium.otf");
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.index_banner {
  width: 100%;
  height: 90vh;
  margin: 0 auto 0 auto;
}
.txt-box {
  /* width: 66%;
  min-width: 1200px;
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative; */
  width: 94%;
    padding-left: 5%;
    position: absolute;
    text-align: left;
    left: 50%;
    top: 46%;
    z-index: 9;
    transform: translateX(-50%) translateY(-50%);
}

.index_banner .swiper-container {
  width: 100%;
  height: 100%;
}

.index_banner .swiper-slide {
  color: #fff;
}

.index_banner .swiper-slide .titleb_a_a {
  margin-top: 32vh;
}

.index_banner .swiper-slide .titleb_a_a img {
  margin: 0 auto;
}

.index_banner .swiper-slide .titleb_a {
  font-size: 60px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 6px;
  text-shadow: 1px 1px 1px #000;
}

.index_banner .swiper-slide .titlec_a {
  margin-top: 20px;
}

.index_banner .swiper-slide .titlec_a img {
  margin: 0 auto;
}

.index_banner .swiper-slide .titled_a {
  font-size: 30px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 1);
  margin-top: 25px;
  letter-spacing: 5px;
  text-shadow: 1px 1px 1px #000;
}

.index_banner .swiper_btnBox{
  position: absolute;
  right: 0;
  width: 100%;
  border-left: 1px solid rgb(255 255 255 / 15%);
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 4444;
  max-width: 100px;
  background-color: rgba(0, 0, 0, 0.15);
}

.index_banner .swiper_btnBox .top{
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 50%;
  right: 50px;
  transform: translate(50%,-50%);
  left: auto;
  width: auto;
  height: auto;
  bottom: auto;
}
.index_banner .swiper_btnBox .bottom{
  max-width: 100px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 40px;
    height: auto;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.index_banner .swiper_btnBox .bottom div{
  color: #fff;
    border-radius: 100%;
    border: none;
    width: 50px;
    height: 50px;
    transition: all ease .3s;
    position: static;
    margin: 10px auto 0;
    background: rgba(255, 255, 255, 0.1);
}
.index_banner .swiper_btnBox .bottom div:hover{
  background: #005faf;
  border: none
}

.index_banner .swiper-pagination-bullet-active{
  height: 35px;
  border-radius: 15px;
}

.index_banner .swiper-pagination-bullet{
  
  margin: 4px 0 !important;
  background: hsl(0deg 0% 100% / 40%);
  opacity: 1;
  width: 15px;
  height: 15px;
  transition: all ease .3s;
  display: inline-block;
  border-radius: 50%;
}

.index_banner .swiper-pagination-bullet-active{
  height: 65px;
  border-radius: 15px;
}


.s_list .swiper {
  width: 100%;
  height: 100%;
  position: relative;
  padding:28px;
}

.s_list .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.s_list .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s_list .swiper-pagination{
  width: 100%;
  margin-top: 30px;
  left: 0;
}

.s_list .swiper-pagination-bullet{
  margin:4px !important;
}
.s_list  .e_container-6{
  width: 100%;
}

#c_static_001_P_2114-1652689460290 .s_title i{
  font-size: 22px;
}
#c_static_001-1646637978069 .s_title i{
  /* color:#fff; */
  font-size:30px;
}
.ryzsBox{
  display: flex;flex-direction: column;align-items: center;justify-content:center;
}

.about_ryzz {
  max-width: 1600px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.about_ryzz .swiper-container2 {
  width: 80%;
  height: 100%;
  margin-top:50px;
  overflow: hidden;
}
.about_ryzz .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
transition: 300ms;
transform: scale(0.8);
}
.about_ryzz .swiper-slide-active,.swiper-slide-duplicate-active{
  transform: scale(1);
}

.about_ryzz .swiper-slide img{
  width: 100%;
}

.about_ryzz .swiper-pagination-bullet{
  background: #ccc;
  margin:5px !important;
}
.about_ryzz  .swiper-pagination-bullet-active{
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  width: 60px;
  border-radius: 15px;
}

.about_ryzz #c_product_list_039-1681793575179{
  background: none;
}

.pagepn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.wrap {
  margin: 3vw 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.wrap a {
  width: 35px;
  height: 35px;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.6vw 0 0;
  transition: all 0.3s ease;
}

.wrap .on {
  background: #005faf;
  border: 1px solid #005faf;
  color: #ffffff;
}

.wrap a:hover {
  background: #005faf;
  border: 1px solid #005faf;
  color: #ffffff;
}


#c_product_detail_003-1646786866002 .s_title i{
  font-size:22px;
}

#c_product_detail_003-1646786866002 .s_title{
  margin-right:5px;
}

#c_form_059_P_058-1695803499786 .s_title i{
  font-size: 30px;
}


.mapBox{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  display-radio: flex;
  margin-left: auto;
  margin-right: auto;
  width: 94%;
  max-width: 1600px;
  margin-top: 0px;
  margin-bottom: 60px;
}
.mapBox #container{
  width: 100%;
  height: 400px;
}
.scslBox{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 94%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display-radio: flex;
  margin-top: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.scslBox ul{
  width: 100%;
  overflow: hidden;
}
.scslBox ul li{
  float: left;
  width: calc(25% - 26px);
  margin-right:30px;
  margin-bottom: 30px;
  height: 17vw;
}
.scslBox ul li:nth-child(4n){
  margin-right: 0;
}
.scslBox ul li a{
  display: flex;flex-direction: column;align-items: center;justify-content:center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.scslBox ul li .imgBox{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.scslBox ul li .imgBox img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.9s;
}
.scslBox ul li p{
  background: #F5F5F5;
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 16px;
  display:flex;justify-content:center;align-items:center;
  padding:15px 0;
}
.scslBox ul li:hover img{
  transform: scale(1.1);
}
.scslBox ul li:hover p{
  background: #005faf;
  color: #fff;
}

.midWidth
{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0px;
  padding-left: 8%;
  padding-right: 8%;
}
.index_jsBox {
  position: relative;
}

.index_js {
  overflow: hidden;
}

.index_js li {
  width: Calc(25% - 46px);
  margin-right: 50px;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transition: all 500ms ease;
  padding: 20px 0;
  cursor: pointer;
}

.index_js li:last-child {
  margin-right: 0;
}

.index_js li p:nth-child(1) {
  width: 100%;
  font-size: 60px;
  padding-bottom: 25px;
  border-bottom: 1px solid #333;
  margin-bottom: 25px;
  line-height: 1;
}

.index_js li p:nth-child(2) {
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
}

.index_js li h2 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3;
  color: #333;
  font-size: 1.5vw;
}

.pbmit-svg-btn {
  padding-top: 30px;
  display: block;
  font-size: 35px;
}

.index_js li:hover i {
  color: #2B6DA3;
}

.index_js li:hover a {
  color: #2B6DA3;
}

.index_js li:hover {
  margin-top: -20px;
}




.x-exp1 {
  padding: 6vw 0 2vw;
}
.x-exp1 .x-container .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-exp1 .x-container .x-top .x-title {
  font-size: 40px;
  font-weight: bold;
  width: 28.46%;
}
@media (max-width: 767px) {
  .x-exp1 .x-container .x-top .x-title {
    width: 100%;
  }
}
.x-exp1 .x-container .x-top .x-p {
  width: 71.54%;
  line-height: 30px;
}
@media (max-width: 1580px) {
  .x-exp1 .x-container .x-top .x-p {
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .x-exp1 .x-container .x-top .x-p {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.x-exp1 .x-container .x-img {
  width: 100%;
  height: 4.5rem;
  margin-top: 0.55rem;
  overflow: hidden;
}
.x-exp1 .x-container .x-img:hover img {
  transform: scale(1.1);
}
@media (max-width: 1580px) {
  .x-exp1 .x-container .x-img {
    height: 5.5rem;
  }
}
.x-exp1 .x-container .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
}

.x-exp2 .x-title22 {
  font-size: 40px;
  color: #000;
  font-weight: bold;
  padding-left: 5vw;
  margin-bottom: 2vw;
}
@media (max-width: 767px) {
  .x-exp2 .x-title22 {
    padding-left: 4vw;
  }
}
.x-exp2 .x-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5vw;
}
.x-exp2 .x-con .x-left {
  background-color: rgba(239, 241, 245, 1);
  width: 56.47%;
  padding: 5vw 5vw 3vw 5vw;
}

.x-about7 {
  padding: 0 0 1.7rem 0;
}
.x-about7 .x-container .x-title {
  font-size: 0.4rem;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.x-about7 .x-container .x-swiper {
  margin-top: 4vw;
  margin-bottom: 4vw;
  position: relative;
}
@media (max-width: 767px) {
  .x-about7 .x-container .x-swiper {
    padding: 0 4vw;
    margin-top: 3vw;
  }
}
.x-about7 .x-container .x-swiper .x-t {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #d2d9e1;
  margin-bottom: 4vw;
}
.x-about7 .x-container .x-swiper .x-t .x-p {
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
  font-size: 20px;
  padding: 0 0.5rem 0.2rem;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-about7 .x-container .x-swiper .x-t .x-p {
    font-size: 0.34rem;
  }
}
.x-about7 .x-container .x-swiper .x-t .x-p::before {
  content: "";
  height: 2px;
  width: 0;
  background-color: #415c2d;
  transition: 0.4s ease-in-out;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.x-about7 .x-container .x-swiper .x-t .x-p:hover,
.x-about7 .x-container .x-swiper .x-t .x-p.on {
  color: #415c2d;
}
.x-about7 .x-container .x-swiper .x-t .x-p:hover::before,
.x-about7 .x-container .x-swiper .x-t .x-p.on::before {
  width: 100%;
}
.x-about7 .x-container .x-swiper .x-t .x-p:last-child {
  margin-right: 0;
}
.x-about7 .x-container .x-swiper .x-box {
  display: none;
}
.x-about7 .x-container .x-swiper .x-box.on {
  display: block;
}
.x-about7 .x-container .x-swiper .x-box .swiper {
  padding-bottom:6vw;
}
.x-about7 .x-container .x-swiper .x-box .swiper .swiper-wrapper .swiper-slide .x-img {
  width: 100%;
  height:15vw;
  margin: 0 auto;
  border-radius: 10px;
  background-image: linear-gradient(180deg, #eef5fb, #fff);
  box-shadow: 0 10px 20px rgba(110, 151, 232, 0.1);
  padding: 1.3vw;
}
@media (max-width: 767px) {
  .x-about7 .x-container .x-swiper .x-box .swiper .swiper-wrapper .swiper-slide .x-img {
    height: 4rem;
  }
}
.x-about7 .x-container .x-swiper .x-box .swiper .swiper-wrapper .swiper-slide .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-about7 .x-container .x-swiper .x-box .swiper .swiper-wrapper .swiper-slide p {
  text-align: center;
  padding: 0.3rem 0;
}
.x-about7 .x-container .x-swiper .x-box .x-but {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.x-about7 .x-container .x-swiper .x-box .x-but .swiper-scrollbar {
  width: 90%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 1580px) {
  .x-about7 .x-container .x-swiper .x-box .x-but .swiper-scrollbar {
    width: 84%;
  }
}
@media (max-width: 1260px) {
  .x-about7 .x-container .x-swiper .x-box .x-but .swiper-scrollbar {
    width: 78%;
  }
}
@media (max-width: 767px) {
  .x-about7 .x-container .x-swiper .x-box .x-but .swiper-scrollbar {
    width: 68%;
    height: 2px;
  }
}
.x-about7 .x-container .x-swiper .x-box .x-but .swiper-scrollbar .swiper-scrollbar-drag {
  background: #005faf;
}
.x-about7 .x-container .x-swiper .x-box .x-but .x-b {
  width: 8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1580px) {
  .x-about7 .x-container .x-swiper .x-box .x-but .x-b {
    width: 10%;
  }
}
@media (max-width: 1260px) {
  .x-about7 .x-container .x-swiper .x-box .x-but .x-b {
    width: 14%;
  }
}
@media (max-width: 767px) {
  .x-about7 .x-container .x-swiper .x-box .x-but .x-b {
    width: 22%;
  }
}
.x-about7 .x-container .x-swiper .x-box .x-but .x-b .swiper-button-prev {
  width: 40px;
  height: 40px;
  border: 1px solid #274E9C;
  border-radius: 100%;
  position: initial;
  margin-top: 0;
  transform: initial;
  background: #fff;
}
@media (max-width: 767px) {
  .x-about7 .x-container .x-swiper .x-box .x-but .x-b .swiper-button-prev {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.x-about7 .x-container .x-swiper .x-box .x-but .x-b .swiper-button-prev::before {
  content: "";
  width: 7px;
  height: 12px;
  background: url("../images/x-ri-jt2.png") center no-repeat;
  background-size: 100% 100%;
  transform: rotate(-180deg);
}
@media (max-width: 767px) {
  .x-about7 .x-container .x-swiper .x-box .x-but .x-b .swiper-button-prev::before {
    width: 5px;
    height: 8px;
  }
}
.x-about7 .x-container .x-swiper .x-box .x-but .x-b .swiper-button-prev::after {
  display: none;
}
.x-about7 .x-container .x-swiper .x-box .x-but .x-b .swiper-button-next {
  width: 40px;
  height: 40px;
  border: 1px solid #274E9C;
  border-radius: 100%;
  position: initial;
  margin-top: 0;
  transform: initial;
  background: #fff;
}
@media (max-width: 767px) {
  .x-about7 .x-container .x-swiper .x-box .x-but .x-b .swiper-button-next {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.x-about7 .x-container .x-swiper .x-box .x-but .x-b .swiper-button-next::before {
  content: "";
  width: 7px;
  height: 12px;
  background: url("../images/x-ri-jt2.png") center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .x-about7 .x-container .x-swiper .x-box .x-but .x-b .swiper-button-next::before {
    width: 5px;
    height: 8px;
  }
}
.x-about7 .x-container .x-swiper .x-box .x-but .x-b .swiper-button-next::after {
  display: none;
}
.x-container {
  margin: 0 5vw;
}

@media (max-width: 767px) {
  .x-exp2 .x-con .x-left {
    width: 100%;
    padding: 0.4rem 0.4rem 0.8rem 0.4rem;
  }
}
.x-exp2 .x-con .x-left .x-title {
  font-size: 0.2rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 0.15rem;
}
@media (max-width: 1580px) {
  .x-exp2 .x-con .x-left .x-title {
    font-size: 18px;
  }
}
.x-exp2 .x-con .x-left .x-p {
  line-height: 30px;
  color: #000;
}
@media (max-width: 1580px) {
  .x-exp2 .x-con .x-left .x-p {
    line-height: 1.8;
  }
}
.x-exp2 .x-con .x-left ul {
  display: flex;
  justify-content: flex-start;
  margin-top:30px;
}
.x-exp2 .x-con .x-left ul li {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
}
@media (max-width: 1580px) {
  .x-exp2 .x-con .x-left ul li {
    /* width: 0.8rem;
    height: 0.8rem; */
  }
}
.x-exp2 .x-con .x-left ul li p {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
@media (max-width: 1580px) {
  .x-exp2 .x-con .x-left ul li p {
    font-size: 12px;
  }
}
.x-exp2 .x-con .x-left .x-xia {
  margin-top: 0.45rem;
}
.x-exp2 .x-con .x-left .x-xia .x-title2 {
  font-size: 0.2rem;
  color: #000;
  font-weight: bold;
}
@media (max-width: 1580px) {
  .x-exp2 .x-con .x-left .x-xia .x-title2 {
    font-size: 18px;
  }
}
.x-exp2 .x-con .x-left .x-xia p {
  color: #000;
  margin-top: 0.15rem;
}
.x-exp2 .x-con .x-right {
  width: 43.53%;
}
@media (max-width: 767px) {
  .x-exp2 .x-con .x-right {
    width: 100%;
    order: -1;
  }
}
.jcTitle{
  width: 100%;
  overflow: hidden;
}
.jcTitle .box{
  width: 56.47%;
    padding: 0.8rem 1.3rem 0 1.3rem;
    float: right;
}
.jcTitle .box .x-title22{
  padding-left:0;
}
.x-exp2 .x-con .x-right .x-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* background-image: url(../images/sb.jpg); */
  background-size: cover;
  background-position: center;
}
.x-exp2 .x-con .x-right .x-img:hover img {
  transform: scale(1.1);
}
@media (max-width: 1580px) {
  .x-exp2 .x-con .x-right .x-img {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .x-exp2 .x-con .x-right .x-img {
    height: 6.8rem;
  }
}
.x-exp2 .x-con .x-right .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
}


#certify {
	position: relative;
	width: 100%;
	margin: 0 auto;
  margin-top: 50px;
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 520px;
	height: 408px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
  width: 100%;
  height: calc(100% - 50px);
  object-fit: cover;
}
#certify  .swiper-slide p {
	line-height: 50px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 0;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #274E9C;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left:0px;
	width: 45px;
	height: 45px;
	/* background: url(../images/wm_button_icon.png) no-repeat; */
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: 0px;
	width: 45px;
	height: 45px;
	/* background: url(../images/wm_button_icon.png) no-repeat; */
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}



.proBoxAll{
  display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    display-radio: flex;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 1);
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    margin-top:5vw;
    margin-bottom:5vw;
}
.proNr{
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
.proTitle{
  text-align: center;
  margin-bottom:30px;
}
.proBox{
  width: 100%;
  overflow: hidden;
}

.pro{
  width: 100%;
  overflow: hidden;
  margin-bottom:50px;
}
.pro2{
  margin-bottom:0px;
}
.bigWord{
  font-family: 'Gilroy-B';
  font-weight: bold;
}
.pro .title{
  background:-webkit-linear-gradient(left,#dbdbdb,#ffffff);
  color:#333;
  padding:5px 15px;
  font-size: 18px;
  font-family: 'Gilroy-B';
  font-weight: bold;
}
.pro .nr{
  margin-top:20px;
  margin-bottom:20px;
  color:#666;
}
.pro .imgBox{
  width: 100%;
  overflow: hidden;
}
.pro .imgBox img{
  float:left;
  width: calc(33.3% - 20px);
  margin-right: 25px;
}
.pro .imgBox img:nth-child(3){
  margin-right:0;
}
.pro_yt{
  width: 100%;
  overflow: hidden;
  display: flex;flex-direction: column;align-items: flex-start;justify-content:center;
}
.pro_yt .yt{
  float: left;
  display:flex;justify-content:center;align-items:center;
}
.pro_yt .yt div{
  border:1px solid #ddd;
  padding:5px 20px;
  width: 300px;
  margin-bottom:20px;
}

.pro_yt .yt div:nth-child(1){
  background: #afafaf;
  color:#fff;
  width:180px;
  border-right: none;
}

.pro_img{
  width: 70%;
  margin-top:30px;
}
.pro_ul{
  width: 100%;
  overflow: hidden;
  margin-top:30px;
  padding-left:0;
}
.pro_ul li{
  list-style: inside;
  color: #666;
}
.pro_table{
  border-collapse:collapse;border:1px solid #ccc;table-layout:fixed;width:100%;
  margin-top:30px;
  color:#666;
}
.pro_table tr:nth-child(2n+1){
  background: #efefef;
}
.pro_table th{
  border:1px solid #fff;
  background: #afafaf;
  color:#fff;
  padding:5px 20px;
  text-align: center;
}
.pro_table td{
  border:1px solid #ccc;
  padding:5px 20px;
  text-align: center;
}
.pro_table tr td:nth-child(1){
  text-align: left;
}


.about_whBox{
  width: 100%;
  background-image: url(../images/wh_bg.png);
  padding: .69444rem 1.11111rem;
  background-position: center;
  background-size: cover;
  margin-top: 50px;
}

.about_wh{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 94%;
  display-radio: flex;
  max-width: 1600px;
  margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
  display: flex;flex-direction: column;align-items: center;justify-content:center;
  color:#fff;
}
.wh_word{
  width: 80%;
  text-align: center;
}
.about_wh .title{
  font-size:40px;
  text-align: center;
  width: 100%;
  margin-bottom:30px;
  color:#fff;
}
.about_wh ul{
  width: 100%;
  display:flex;justify-content:center;align-items:flex-start;
}
.about_wh ul li{
  width: 33.3%;
  display: flex;flex-direction: column;align-items: center;justify-content:center;
  color:#fff;
  padding:5%;
}
.about_wh ul li img{
  width: 50%;
  margin-bottom:30px;
}
.about_wh ul li .p1{
  font-size:22px;
  margin-bottom:12px;
}

.about_wh ul li .p2{
  font-size:14px;
  margin-bottom:12px;
  text-align: center;
}

.x-about8 {
  position: relative;
  overflow: hidden;
  margin-top:120px;
}
.x-about8 .e_image-22 {
  overflow: hidden;
  display-radio: 1;
  max-width: none;
  width: 50px;
  margin-left: auto;
  margin-right: auto
}
.x-about8  .e_image-22 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-about8 .left{
  width: 50%;
  float: left;
  height: 100%;
  background-image: url(../images/hzhb_bg.jpg);
  background-size: cover;
  background-position: bottom;
}
.x-about8 .right{
  width: 100%;
  float: right;
  display:flex;justify-content:center;align-items:center;
  height: 100%;
  padding: 100px 5vw;
  /* background: #eaeaea; */
  background-image: url(../images/bg.png);
  background-position: center;
  background-size: cover;
}
.x-about8 .left img{
  width: 100%;
}
.x-about8 .x-container .x-title {
  font-size: 44px;
  color: #000;
  text-align: center;
}
.logoWallBox{
  width: 100%;
  overflow: hidden;
  border-top:1px solid #E6E6E6;
  border-left:1px solid #E6E6E6;
  margin-top:40px;
}
.logoWallBox li {width:25%;height:auto;overflow: hidden; float:left; border-right:1px solid #E6E6E6; border-bottom:1px solid #E6E6E6;display:flex;justify-content:center;align-items:center;background: #fff;}
.logoWallBox li img {border:none;text-align: center; width: 60%;padding:10px 0;transition: all 0.9s;}
.logoWallBox li img:hover{transform: scale(1.1);}

.cbox-11-0 .p1{
  font-size: 30px;
  color:#005faf;
  font-weight: bold;
  width: 100%;
  text-align: center;
  font-family: 'Gilroy-M';
}
.cbox-11-0 .p2{
  font-size: 40px;
  width: 100%;
  text-align: center;
}

.z_scroll_bar{
  width: 100%;
  display: flex;flex-direction: column;align-items: center;justify-content:center;
  margin-top:40px;
}
.z_scroll_bar .icon {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 63px;
  background: url(../images/arr3.png) no-repeat center;
  animation: moves 2s linear infinite;
  background-size: auto 100%;
  margin-bottom: 5px;
}

@keyframes moves {
  0% {
      transform: translateY(0px);
  }

  50% {
      transform: translateY(-15px);
  }

  100% {
      transform: translateY(0px);
  }
}

.z_scroll_bar h3{
  font-size: 30px;
  font-family: 'Gilroy-M';
  text-decoration:underline;
  font-weight: bold;
  text-transform: uppercase;
}

.yyImgBox{
  width: 100%;
  overflow: hidden;
}
.yyImgBox div{
  width: calc(33% - 10px);
  margin-right:12px;
  float: left;
  position: relative;
  overflow: hidden;
}
.yyImgBox div:last-child{
  margin-right:0;
}
.yyImgBox div img{
  width: 100%;
  transition: all .4s;
}
.yyImgBox div::after{
  content:"";
  position: absolute;
  z-index: 2;
  background:rgba(0,0,0,0.3);
  width: 100%;
  height: 100%;
  left:0;
  top:0;
}
.yyImgBox div p{
  position:absolute;
  bottom:12px;
  left:20px;
  line-height: 40px;
  font-size:20px;
  color:#fff;
  z-index: 3;
}

.yyImgBox div:hover img{
  transform: scale(1.1);
}

.txtcenter{
  text-align: center;
  margin-left:-10%;
}


.index_ls{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  /* padding-top: 50px; */
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 5vw;
}
.index_ls .x-left{
  padding: 5vw 10vw 4vw 4vw;
}
.index_ls .x-left .x-p p:nth-child(1){
  line-height: 1.5;
  font-size: 44px;
  font-weight: 500;
}

.index_ls .x-left .x-p p:nth-child(2){
  font-size: 20px;
  font-weight: 500;
}

.index_ls .x-left .x-p p:nth-child(3){
  font-size: 16px;
}

.contact_p{
  font-size:20px;
  width: 100%;
  position: relative;
  color: #245DAB;
  font-weight: bold;
}
.contact_p::after{
  content: "";
  position: absolute;
  width: calc(100% - 80px);
  right:0;
  height: 1px;
  border:1px dashed rgba(51,63,71,0.1);
  top:16px;
}

.pcShow {
  display: block;
}

.mobileShow {
  display: none;
}

@media only screen and (min-width: 220px) and (max-width: 1200px) {
  .pcShow {
    display: none;
  }

  .mobileShow {
    display: block;
  }


  /*head*/
  .head_a {
    width: 100%;
    height: 55px;
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 0 2px rgba(200, 200, 200, 0.1);
    -webkit-box-shadow: 0 0 2px rgb(200, 200, 200, 0.1);
    -moz-box-shadow: 0 0 2px rgb(200, 200, 200, 0.1);
  }

  .head_a ul {
    width: 90%;
    height: 55px;
    margin: 0 auto;
    padding: 0;
    top: 0;
    position: absolute;
    left: 5%;
  }

  .head_a ul li:nth-child(1) {
    width: 50px;
  }

  .head_a ul li {
    width: 25%;
    float: left;
    height: 55px;
  }

  .head_a ul li:nth-child(1) {
    display: flex;
    -webkit-display: flex;
    justify-content: left;
    align-items: center;
  }

  .head_a ul li:nth-child(1) img {
    width: 130px;
  }

  .head_a ul li:nth-child(2) {
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 55px;
    float: right;
  }

  /*mob nav*/
  .sp_nav {
    width: 8vw;
    float: right;
    position: relative;
    cursor: pointer;
    height: 8vw;
    margin-top: 18px;
  }

  .sp_nav span {
    display: block;
    background: #3A87C2;
    width: 9vw;
    height: 5px;
    border-radius: 30px;
    position: absolute;
    left: 0;
    transition: all ease 0.35s
  }

  .sp_nav span:nth-of-type(1) {
    top: 0px
  }

  .sp_nav span:nth-of-type(2) {
    top: 10px
  }

  .sp_nav span:nth-of-type(3) {
    top: 20px
  }

  .sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
  }

  .sp_nav_se span:nth-of-type(2) {
    width: 0
  }

  .sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
  }

  .sjj_nav {
    position: fixed;
    z-index: 999;
    background: #eee;
    width: 100%;
    height: 100%;
    font-size: 1em;
    line-height: 40px;
    top: -100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
  }
  .sjj_nav ul{
    padding:0;
    margin:0;
    margin-top: 10px;
  }
  .nav_show {
    top: 55px;
  }

  .sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
  }

  .sjj_nav>ul>li:first-child>a {
    float: left;
    width: 100%;
  }

  .sjj_nav>ul>li:first-child .language {
    float: right;
    width: 100%;
    overflow: hidden;
    line-height: 30px;
  }

  .sjj_nav>ul>li:first-child .language a {
    width: 20%;
    float: left;
    text-align: center;
    color: #999;
    border-right: 1px #ddd solid;
  }

  .sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
    display:flex;justify-content:center;align-items:center;
  }

  .sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
  }

  .sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
  }

  .sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 5vw;
    position: relative;
    line-height: 40px;
  }

  .sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
  }

  .sjj_nav ul li ul {
    display: none
  }

  .sjj_nav ul li a {
    color: #616161;
    width: 100%;
    display: block;
  }

  .sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
  }

  .sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #999;
  }

  .sjj_nav ul li .sjj_nav_i_se svg {
    fill: #cc0022
  }

  .sjj_nav ul li ul li>ul {
    margin-left: 10px
  }

  .index_banner{
    height: 30vh;
    margin-top: 55px;
  }
  .p_scrool{
    display: none;
  }
  .index_banner .swiper_btnBox{
    max-width: 100%;
  }
  .index_banner .swiper_btnBox .top{
    right: auto;
    left:12px;
  }
  .index_banner .swiper-pagination-bullet{
    width: 8px;
    height:8px;
  }
  .index_banner .swiper-pagination-bullet-active{
    height: 30px;
  }
  .index_banner .swiper_btnBox .bottom div{
    width: 30px;
    height: 30px;
  }
  .index_banner .swiper_btnBox .bottom{
    max-width: 60px;
  }
  .index_banner .swiper-slide .titleb_a{
    font-size:24px;
  }

  .index_banner .swiper-slide .titled_a{
    font-size:16px;
    letter-spacing:2px;
  }


  .txt-box{
    height: 100%;
    display:flex;justify-content:center;align-items:center;
    padding-left:0;
  }
  .index_js li {
    width: Calc(50% - 21px);
    margin-right: 20px;
  }
  .index_js li h2{
    font-size:14px;
  }
  .about_wh ul li{
    width: 100%;
    margin-bottom: 30px;
  }

  .about_wh ul{
    display: block;
  }
  .about_ryzz .swiper-container3 {
    width: 100%;
    height: 100%;
    margin-top: 50px;
    overflow: hidden;
  }

  .x-about8{
    margin-top:6px;
  }
  .x-about8 .right{
    padding:60px 5vw;
  }
  .logoWallBox li{
    width: 50%;
  }
  .pro .imgBox img{
    width: 100%;
    margin-bottom:12px;
    margin-right:0;
  }
  .yyImgBox div{
    width: 100%;
    margin-bottom: 12px;
    margin-right:0;
  }

  .index_ls .x-left{
    padding: 5vw !important;
  }
  .index_ls .x-right .x-img{
    height: 10rem !important;
  }
  .index_ls .x-left .x-p p:nth-child(1){
    font-size:24px;
  }
  .index_ls .x-left .x-p p:nth-child(2){
    font-size:18px;
  }
  .index_ls .x-left .x-p p:nth-child(3){
    font-size:14px;
  }
  .index_ls .x-con{
    display: block;
  }
  .table_Box{
    width: 100%;
    overflow-x: scroll;
  }
  .pro_table{
    width: 300%;
  }
}















/* 移动端 */

